home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / sqlt.xml < prev    next >
Text File  |  2002-08-30  |  986b  |  39 lines

  1. <search function="sqlt">
  2.   <name>SQLTeam.com</name>
  3.   <description>
  4.     SQL server reference search.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>sqlt create table</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Computers</category>
  11.   <link>http://www.sqlteam.com/</link>
  12.   <contributor>Damian Maclennan</contributor>
  13.   
  14.   <form name="sqltf"
  15.         action="http://www.sqlteam.com/SearchResults.asp"
  16.         method="get">
  17.     <input type="hidden" name="SearchTerms" value=""/>
  18.   </form>
  19.   
  20.   <script><![CDATA[
  21.     function sqlt(q)
  22.     {
  23.       if( nullArgs("sqlt",q) )
  24.         return false;
  25.       else
  26.       {
  27.         document.sqltf.SearchTerms.value = q;
  28.         submitForm(sqltf);
  29.       }
  30.     }
  31.   ]]></script>
  32.  
  33.   <copyright>
  34.     Copyright (c) 2002 David Bau
  35.     Distributed under the terms of the
  36.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  37.   </copyright>
  38. </search>
  39.